home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / bootimg.zip / BOOTIMG.DOC < prev   
Text File  |  1991-04-10  |  2KB  |  39 lines

  1.                   Boot Image For Lantastic
  2.                        Mike Edgerton
  3.                           
  4.     We are running the Lantastic 2Mps Lan on a 386 Server
  5. (aptly named \\Server1), a stand alone 286 with it's own
  6. drives (Client1), and two diskless workstations (with plans
  7. for 2 more) named Client3, Client4, etc.
  8.     I wanted the diskless workstations to be easily
  9. identified on the network. If I was to use the method for
  10. naming the machine (Nodeid?) suggested in the Lantastic
  11. manual, then my people would have to remember numbers like
  12. 00006EE721 to use the NetChat function. It would be much
  13. easier if they had names like the Server. I made a call to
  14. Artisoft asking if there was anyway to change the name of
  15. the machine signing on after the redir program was run. I
  16. was told there was not.
  17.    The answer was to name the machine with a variable before
  18. signing on. This was accomplished by using a wonderful
  19. little utility called ask.exe that was written by Mr. Ty
  20. Halderman (Compuserve # 70155,1125). Mr. Halderman lists his
  21. program as "free software", and there is no address given
  22. for those of us that might want to send him something, so I
  23. assume you can use this program without reservation in a
  24. business environment. It is available in the IBMSYS Lib.1
  25. (under the filename ASK20.EXE) , and included here. By
  26. including Ask.exe in the boot image file for the diskless
  27. workstations, you can ask the user to pick his/her terminal
  28. number. Please note the order of the DOS "if Errorlevel"
  29. numbers. I made the mistake of putting them in as 1,2,3,
  30. instead of 3,2,1.
  31.    I hope that you find this batch file and the utility
  32. useful.
  33.  
  34. Regards,
  35. Mike Edgerton
  36.  
  37.  
  38. P.S. Remember to rename Bootexec.bat Autoexec.bat
  39.